home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14963 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  678 b 

  1. Path: wilks.demon.co.uk!Ian
  2. From: Ian <IMW@wilks.demon.co.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Entry level help
  5. Date: Tue, 2 Apr 1996 23:14:47 +0100
  6. Organization: Ian
  7. Sender: Ian M Wilks <Ian@wilks.demon.co.uk>
  8. Distribution: world
  9. Message-ID: <sAmgQEAXbaYxEw4M@wilks.demon.co.uk>
  10. References: <4jnqk5$9l6@geraldo.cc.utexas.edu>
  11. NNTP-Posting-Host: wilks.demon.co.uk
  12. X-NNTP-Posting-Host: wilks.demon.co.uk
  13. MIME-Version: 1.0
  14. X-Newsreader: Turnpike Version 1.10 <xKZkCHGGMISoFYLnpOdd648JTZ>
  15.  
  16. Try this:
  17.  
  18. >#include <iostream.h>
  19.  
  20. >int main(void)
  21. >{
  22. >cout << "come up and c++ me some time.";
  23. >cout << "\n";
  24. >return 0;
  25. >}
  26.  
  27.  
  28. The header file is iostream .h
  29.  
  30. Obviously a typing error.
  31.